Moonfare | Data Engineer Interview Experience | 7 YoE



Round 1 – Get To Know

🔹What services have you used in AWS?

🔹How do you monitor pipelines?

🔹What do you know about Moonfare company?

🔹Challenges you faced?

🔹How do you prioritise tasks in Agile?

🔹How do you keep learning?

Round 2 – Manager

🔹Intro

🔹Discussion on projects i worked

🔹Manager shared details about how the project is build in Moonfare which tech stack used

Round 3 - Technical - HackerRank Test

3 sections:

1. AWS - 3 questions

🔹S3 storage cleanup command

🔹Real-Time CDC During Live Migration

🔹AWS Lambda, Kinesis and DynamoDB related

2. ScalaSpark

🔹Healthcare Data Cleaning

3. Python

🔹Implement a context manager class called sequence generator that takes in two integers, start and step. It exposes a method called generate, a Python generator that yields an infinite sequence of numbers starting from start and adding step each iteration.